@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
a {
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

body {
    font-family: 100% 'Roboto', sans-serif;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus {
    display: inline-block;
    outline: none;
    text-decoration: none;
}

a:hover, a:focus {
    color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 30px;
}

.link {
    color: #035acf;
}

img {
    width: 100%;
    height: auto;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.preloader {
    background: #f1f1f1 url(../css/placeholder.png) center center no-repeat;
    border-radius: 25px;
}

.scrollup {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 20px;
    color: #ffffff;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.scrollup:hover {
    color: #fff;
}

.header {
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 0;
    margin: 0;
}

.sticky-wrapper {
    height: auto !important;
}

.navbar-wrapper {
    padding: 30px 0;
    min-height: 130px;
    /*max-height: 130px;*/
    background-color: #ffffff;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.is-sticky .navbar-wrapper {
    padding: 10px 0;
    min-height: 90px;
    /*max-height: 90px;*/
    z-index: 999;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.is-sticky .navbar-wrapper .main-menu {
    margin: 10px 0 0 0;
    width: 100%;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.logo a {
    display: block;
    width: 85px;
}

.main-menu {
    margin: 20px 0 0 0;
    width: 100%;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    display: block;
    padding: 15px 20px;
    color: #010101;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.main-menu ul li a.active, .main-menu ul li a:hover {
    color: #eda323;
}

.auth-menu {
    margin: 24px 0 0 0;
}

.auth-menu ul li {
    display: inline-block;
    margin: 0 0 0 15px;
}

.auth-menu .login {
    width: 75px;
    height: 35px;
    background-color: #303030;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.auth-menu .signup {
    width: 75px;
    height: 35px;
    background-color: #eda323;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.auth-menu a span {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-weight: 700;
}

.vide-home {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.vide-home-block {
    width: 100%;
    max-width: 830px;
    max-height: 495px;
    margin: auto;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

.watch-cources-section {
    padding: 0;
    margin: 0;
}

.watch-cources-section a {
    color: #000000;
    height: 140px;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 0 1px 2px #f0f0f0;
}

.watch-cources-box:hover a {
    background-color: #ce791f;
    color: #fff;
}

.watch-cources-section .watch-cources-thumb {
    margin-right: 15px;
}

.watch-cources-section .watch-cources-info {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.video-lessons {
    padding: 100px 0 60px;
}

.video-lessons-heading {
    margin-bottom: 50px;
}

.video-lessons-heading-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.video-lessons-heading-thumb {
    width: 55px;
    margin: 0 15px 0 0;
}

.video-lessons-heading-inner h3 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.video-lessons-heading p {
    font-size: 14px;
    color: #707070;
    font-weight: 500;
    line-height: 20px;
    margin: auto;
    text-align: center;
}

.explore-lessons-section {
    padding: 70px 0;
}

.explore-lessons {
    background: url(../images/explore-lessons-bg.jpg) no-repeat center center;
    padding: 58px 30px 30px;
    background-size: cover;
}

.explore-lessons h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: right;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.explore-lessons h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: left;
    padding: 5px;
}

.explore-lessons-text p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: right;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 22px;
}

.explore-lessons-list h2{
    font-size: 40px;
    color: #010101;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.explore-lessons-list ul li a {
    display: block;
    background-color: #f7f7f7;
    color: #000000;
    margin-bottom: 12px;
    padding: 10px 10px 8px 45px;
    position: relative;
}
.explore-lessons-icon {
    background: url(../images/icon/book-icon.png) no-repeat center center;
    width: 22px;
    height: 15px;
    display: block;
    position: absolute;
    left: 12px;
    top: 16px;
    background-size: cover;
}
.explore-lessons-list .read-more {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: block;
    padding: 5px;
    max-width: 100px;
    float: right;
}
.fade:not(.show) {
    opacity: 1;
}
/* ======== Sign Up ========= */

.sign-up-section {
    background: url(../images/sign-up-bg.jpg) no-repeat center center;
    /*padding: 58px 30px 30px;*/
    /*height: 100%;*/
    background-size: cover;
}

.courses-counter-box h3{
    font-size: 48px;
    color: #303030;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.courses-counter-box span{
    font-size: 18px;
    color: #303030;
    font-weight: 600;
}

.student-compliments-section {
    padding: 70px 0 120px;
}
.student-compliments-section-heading{
    margin-bottom: 40px;
}
.student-compliments-section-heading h2 {
    font-size: 42px;
    color: #010101;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.student-compliments-section-heading p {
    font-size: 14px;
    color: #010101;
}

.student-compliments-box {
    padding: 30px;
    border-radius: 10px;
}
.student-compliments-box:hover{
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.25);
}
/*.student-compliments-box.active{
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.25);
}*/
.student-compliments-box-info{
    padding: 24px 0;
    text-align: center;
}
.student-compliments-box-info h4{
    font-size: 22px;
    color: #707070;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.student-compliments-box-info p {
    font-size: 14px;
    color: #707070;
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-weight: 500;
}
.student-compliments-box-info .read-more {
    color: #000000;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
    height: 45px;
    border-radius: 5px;
    background-color: #f7f7f7;
    line-height: 45px;
    display: block;
    text-align: center;
    margin: 20px auto auto;
}
.active .student-compliments-box-info .read-more{
    background-color: #ce791f;
    color: #fff;
}
.active .student-compliments-box-info p,
.active .student-compliments-box-info h4{
    color: #000;
}
.footer {
    padding: 40px 0 0 0;
    background-color: #303030;
}

.footer-top {
    padding-bottom: 15px;
}

.footer-bolck h3 {
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #fff;
}

.footer-events ul li, .footer-address ul li {
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom: 20px;
}

.footer-address ul li .icon {
    width: 40px;
    margin: 0 24px 0 0;
}

.footer-address ul li .icon i {
    font-size: 40px;
}

.footer-address ul li .info a, .footer-address ul li .info {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer .footer-menu {
    margin-bottom: 20px;
}

.footer .footer-menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px 8px 0;
    text-decoration: none;
}

.footer .footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer-botton {
    padding: 20px 0;
}

.footer-social {
    margin-bottom: 15px;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    display: block;
    color: #fff !important;
    font-size: 24px;
    padding: 0;
    text-decoration: none;
    margin: 0 15px;
}

.footer-botton .copy-right p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

/*===================== For Mobile Menu ==========================*/

.page-list {
    color: #ffffff;
    display: block;
    font-size: 24px;
    position: relative;
    padding-left: 20px;
}

.page-list::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #ff7600;
    position: absolute;
    left: 0;
    top: 4px;
}

.main-block p {
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0;
    color: #ffffff;
}

.menu-subscribe {
    margin-bottom: 30px;
}

.menu-subscribe h3 {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 15px;
}

.menu-social ul {
    display: flex;
    justify-content: space-between;
}

.menu-social ul li {
    display: flex;
}

.menu-social ul li a {
    display: block;
}

/*===================== drawer Menu ==========================*/

.hy-drawer-scrim {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(0);
    -webkit-tap-highlight-color: transparent;
}

.hy-drawer-content {
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
    contain: strict;
    width: 645px;
    padding: 40px 100px;
    background: rgba(0, 91, 127, 0.90);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
}

.hy-drawer-content.hy-drawer-left {
    left: -645px;
}

.hy-drawer-content.hy-drawer-right {
    right: -645px;
}

.hy-drawer-content.hy-drawer-left.hy-drawer-opened {
    left: 0!important;
    transform: translateX(0)!important;
}

.hy-drawer-content.hy-drawer-right.hy-drawer-opened {
    right: 0!important;
    transform: translateX(0)!important;
}

/*===================== Inner Page ==========================*/

.breadcrumb-section {
    background: #eff4f7;
    display: block;
    color: #fff;
}

.breadcrumb-content {
    min-height: 85px;
    display: flex;
    align-items: center;
}

.breadcrumb-content ul {
    margin: auto;
}

.breadcrumb-content ul li {
    margin: 0;
    color: #db9e30;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}

.breadcrumb-content ul li a {
    color: #000;
}

.innaer-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 110px 0 70px;
}

.innaer-content-heading h3 {
    font-family: 'Arabolical';
    color: #eda323;
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 40px;
    font-weight: 800;
}

.innaer-text {
    margin: auto auto 35px;
    width: 72%;
}

.innaer-text p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.about-video {
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.mission-content-heading {
    margin-bottom: 40px;
}

.mission-content-heading h5 {
    color: #515151;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.mission-content-heading h3 {
    color: #eda323;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.mission-text p {
    color: #666666;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

.speaker-info {
    padding: 50px 30px 15px 15px;
}

.speaker-info-heading {
    margin-bottom: 30px;
}

.speaker-info-heading h5 {
    color: #515151;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.speaker-info-heading h4 {
    color: #eda323;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.speaker-info-heading p {
    color: #666666;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.speaker-info-text {
    overflow: hidden;
}

.speaker-info-text p {
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.speaker-info-text a {
    color: #eda323;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 15px;
    float: right;
}

.speaker-info-text a i {
    font-size: 12px;
    display: inline-block;
    margin-right: 4px;
}

.about-me-info ul {
    display: flex;
}

.about-me-info ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-me-info .icon {
    width: 50px;
    margin-right: 10px;
}

.about-me-info .text {
    font-size: 14px;
    color: #636363;
    line-height: 18px;
}

.islamic-prayer {
    text-align: center;
    padding: 40px 0;
}

.islamic-prayer-heading {
    margin-bottom: 24px;
}

.islamic-prayer-heading h5 {
    font-family: 'Arabolical';
    color: #eda323;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.islamic-prayer-heading p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: auto;
    width: 80%;
}

.renowned-masjid-block {
    border: 1px solid #e9e9e9;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
}

.renowned-masjid-thumb a {
    max-height: 250px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.renowned-masjid-thumb a img {
    width: 100%;
}

.renowned-masjid-info {
    padding: 15px;
}

.renowned-masjid-info h3 a {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.renowned-masjid-info p {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.renowned-masjid-info .details {
    text-align: right;
    float: right;
}

.renowned-masjid-info .details a {
    color: #eda323;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
    display: block;
    padding: 10px 0;
    width: 110px;
}

.renowned-masjid-info .details a i {
    font-size: 12px;
    margin-right: 2px;
}

.pagination {
    display: block;
    margin: auto;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
}

.pagination a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    background-color: #f0f0f0;
    transition: background-color .3s;
    border-radius: .25rem;
    display: inline-block;
    margin: 0 2px;
}

.pagination a.active {
    background-color: #eda323;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.donation-block {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.donation-block .progress {
    background-color: #ebebeb;
    height: 40px;
    border-radius: 0;
    position: relative;
}

.donation-block .progress .progress-bar {
    background-color: #000000;
}

.donation-block .progress .progress-bar span:first-child {
    position: absolute;
    font-size: 18px;
    padding: 0 0 0 20px;
}

.donation-block .progress .progress-bar span:last-child {
    position: absolute;
    font-size: 18px;
    padding: 0 20px 0 20px;
    right: 0;
    color: #000;
}

.donation-block .donation-info a {
    text-align: center;
    color: #ffffff;
    background-color: #eda323;
    width: 170px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}